home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Found / FWString / FWString.h < prev    next >
Encoding:
Text File  |  1996-09-17  |  941 b   |  62 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWString.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWSTRING_H
  11. #define FWSTRING_H
  12.  
  13. #if FW_PRECOMPILE_PRIVATE_HEADERS
  14.  
  15. #ifndef PRCHARIT_H
  16. #include "PRCharIt.h"
  17. #endif
  18.  
  19. #ifndef PRSTRREP_H
  20. #include "PRStrRep.h"
  21. #endif
  22.  
  23. #endif
  24.  
  25. #ifndef FWBNDSTR_H
  26. #include "FWBndStr.h"
  27. #endif
  28.  
  29. #ifndef FWCHARAC_H
  30. #include "FWCharac.h"
  31. #endif
  32.  
  33. #ifndef FWCHARIT_H
  34. #include "FWCharIt.h"
  35. #endif
  36.  
  37. #ifndef FWPSTR_H
  38. #include "FWPStr.h"
  39. #endif
  40.  
  41. #ifndef FWSTRS_H
  42. #include "FWStrs.h"
  43. #endif
  44.  
  45. #ifndef SLCHARIT_H
  46. #include "SLCharIt.h"
  47. #endif
  48.  
  49. #ifndef SLLOCALE_H
  50. #include "SLLocale.h"
  51. #endif
  52.  
  53. #ifndef SLSTRREP_H
  54. #include "SLStrRep.h"
  55. #endif
  56.  
  57. #ifndef SLTXTPAR_H
  58. #include "SLTxtPar.h"
  59. #endif
  60.  
  61. #endif
  62.